github.com/andybalholm/brotli.Reader.symbol_lists (field)
8 uses
github.com/andybalholm/brotli (current package)
decode.go#L568: var symbol_lists symbolList = s.symbol_lists
decode.go#L637: processSingleCodeLength(code_len, &s.symbol, &s.repeat, &s.space, &s.prev_code_len, s.symbol_lists, s.code_length_histo[:], s.next_symbol[:]) /* code_len == 16..17, extra_bits == 2..3 */
decode.go#L647: processRepeatedCodeLength(code_len, repeat_delta, alphabet_size, &s.symbol, &s.repeat, &s.space, &s.prev_code_len, &s.repeat_code_len, s.symbol_lists, s.code_length_histo[:], s.next_symbol[:])
decode.go#L803: symbolListPut(s.symbol_lists, s.next_symbol[i], 0xFFFF)
decode.go#L830: table_size = buildHuffmanTable(table, huffmanTableBits, s.symbol_lists, s.code_length_histo[:])
state.go#L146: symbol_lists symbolList
state.go#L238: s.symbol_lists.storage = s.symbols_lists_array[:]
state.go#L239: s.symbol_lists.offset = huffmanMaxCodeLength + 1
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |